home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_5_Launch Browser.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  171 b   |  13 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp me
  10.   sound(3).play(member("Click"))
  11.   baOpenURL("www.uninvitedmovie.com/", "normal")
  12. end
  13.